Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix Series.n_unique raising for list of struct #20724

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

lukemanley
Copy link
Contributor

fixes #20341

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 15, 2025
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.75%. Comparing base (e3216b4) to head (c1805ba).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20724   +/-   ##
=======================================
  Coverage   79.75%   79.75%           
=======================================
  Files        1561     1561           
  Lines      221687   221684    -3     
  Branches     2530     2530           
=======================================
+ Hits       176796   176803    +7     
+ Misses      44309    44299   -10     
  Partials      582      582           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 958d00f into pola-rs:main Jan 15, 2025
28 checks passed
@lukemanley lukemanley deleted the n-unique-list-of-struct branch January 15, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent behavior of n_nunique for series and dataframe
2 participants